home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Monster5.dfm / Monster5.txt
Text File  |  1999-01-20  |  2KB  |  105 lines

  1. object Form1: TForm1
  2.   Left = 239
  3.   Top = 115
  4.   Width = 460
  5.   Height = 300
  6.   Caption = 'MonsterShow'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 256
  17.     Top = 176
  18.     Width = 169
  19.     Height = 65
  20.     Caption = 'Erscheinen'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -20
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object GroupBox2: TGroupBox
  31.     Left = 229
  32.     Top = 16
  33.     Width = 210
  34.     Height = 137
  35.     Caption = 'Info'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -17
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 1
  43.     object Label1: TLabel
  44.       Left = 15
  45.       Top = 37
  46.       Width = 180
  47.       Height = 30
  48.       AutoSize = False
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -17
  52.       Font.Name = 'Arial'
  53.       Font.Style = []
  54.       ParentFont = False
  55.     end
  56.     object Label2: TLabel
  57.       Left = 15
  58.       Top = 69
  59.       Width = 180
  60.       Height = 30
  61.       AutoSize = False
  62.       Font.Charset = ANSI_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -17
  65.       Font.Name = 'Arial'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object Label3: TLabel
  70.       Left = 15
  71.       Top = 101
  72.       Width = 180
  73.       Height = 30
  74.       AutoSize = False
  75.       Font.Charset = ANSI_CHARSET
  76.       Font.Color = clBlack
  77.       Font.Height = -17
  78.       Font.Name = 'Arial'
  79.       Font.Style = []
  80.       ParentFont = False
  81.     end
  82.   end
  83.   object GroupBox1: TGroupBox
  84.     Left = 13
  85.     Top = 16
  86.     Width = 210
  87.     Height = 233
  88.     Caption = 'Bild'
  89.     Font.Charset = ANSI_CHARSET
  90.     Font.Color = clBlack
  91.     Font.Height = -17
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 2
  96.     object Image1: TImage
  97.       Left = 5
  98.       Top = 25
  99.       Width = 200
  100.       Height = 200
  101.       Stretch = True
  102.     end
  103.   end
  104. end
  105.